Vcenter CryptoManager Kms Providers ImportResult
The Vcenter CryptoManager Kms Providers ImportResult schema contains result of the POST /vcenter/crypto-manager/kms/providers?action=import operation.
This schema was added in vSphere API 7.0.2.0.
{
"provider": "string",
"type": "string",
"native_info": {
"key_id": "string"
},
"export_time": "string",
"constraints": {
"tpm_required": false
}
}
Provider identifier
This property was added in vSphere API 7.0.2.0.
When clients pass a value of this schema as a parameter, the property must be an identifier for the resource type: com.vmware.vcenter.crypto_manager.kms.provider
. When operations return a value of this schema as a response, the property will be an identifier for the resource type: com.vmware.vcenter.crypto_manager.kms.provider
.
Provider type
For more information see: Vcenter CryptoManager Kms Providers Type.
This property was added in vSphere API 7.0.2.0.
Native provider information
This property was added in vSphere API 7.0.2.0.
This property is optional and it is only relevant when the value of type is Vcenter CryptoManager Kms Providers Type.NATIVE.
Time when the provider was exported
This property was added in vSphere API 7.0.2.0.
The constraints on the provider.
This property was added in vSphere API 7.0.2.0.
If missing or null
, there are no constraints on the provider.